Sample

Download this notebook from GitHub (right-click to download).


The sample colormap is a placeholder to demonstrate what it looks like to put a new colormap in contrib_colormaps. This notebook should explain the use case for a particular colormap. Ideally images should be generated within this notebook, but if that would require external data, then add an image to ../assets and include it in your PR.

To contribute a new colormap, see the contributing section of the README. To learn more about how to use the various colormaps and what each is for, see the colormaps section.

In [1]:
from contrib_colormaps.plotting import swatch
import holoviews as hv
hv.extension('bokeh', logo=False)

swatch('sample')
Out[1]:

Download this notebook from GitHub (right-click to download).